home *** CD-ROM | disk | FTP | other *** search
/ Micromanía: 150 Juegos 2010 / 150Juegos_16.iso / Shareware / Shape Smash / shape-smash.swf / scripts / Box2D / Dynamics / Contacts / _wf486.as < prev    next >
Encoding:
Text File  |  2010-05-14  |  662 b   |  33 lines

  1. package Box2D.Dynamics.Contacts
  2. {
  3.    import Box2D.Collision.Shapes._hx306;
  4.    import Box2D.Collision._cr366;
  5.    import Box2D.Common.Math.b2Vec2;
  6.    
  7.    public class _wf486
  8.    {
  9.       public var normal:b2Vec2;
  10.       
  11.       public var position:b2Vec2;
  12.       
  13.       public var shape1:_hx306;
  14.       
  15.       public var shape2:_hx306;
  16.       
  17.       public var normalImpulse:Number;
  18.       
  19.       public var tangentImpulse:Number;
  20.       
  21.       public var id:_cr366;
  22.       
  23.       public function _wf486()
  24.       {
  25.          position = new b2Vec2();
  26.          normal = new b2Vec2();
  27.          id = new _cr366();
  28.          super();
  29.       }
  30.    }
  31. }
  32.  
  33.